home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / help.files / sources / dnsconf / iprange.sgml < prev    next >
SGML Document  |  1996-07-02  |  2KB

  1. <!doctype linuxdoc system>
  2. <article>
  3. <title>IP range definitions
  4. <author>Introduction
  5.  
  6. <abstract>
  7.  
  8.     A <em/DNS/ manages a bunch of relations between names and IP numbers.
  9.     Every time one adds a new definition to the <em/DNS/ (a new machine),
  10.     he has to find an unused IP number. Further, it has to get some
  11.     good knowledge of the network to know which one to use.
  12.  
  13.     A common practice is to document the general organization of the
  14.     network, associating IP numbers range to logical part of the
  15.     network.
  16.  
  17.     <em/Linuxconf/ allows you to enter this information here and
  18.     will use later, making DNS management much nicer.
  19. </abstract>
  20.  
  21. <sect>Defining IP ranges
  22. <p>
  23.  
  24.     You can define as many IP ranges a you needed. An IP range has
  25.     the form <tt/start-limit/. Here are some IP ranges for
  26.     different network types.
  27.  
  28.     <descrip>
  29.     <tag>192.168.1.1-21</tag>
  30.         This defines the first 21 IP numbers of the <em/class C/ network
  31.         192.168.1.0.
  32.     <tag>172.16.0.1-2.254g</tag>
  33.         This defines a huge range in a <em/class B/ network. Note that this
  34.         notation won't be used much. This kind of network is often
  35.         split into several physical networks, so IP number are allocated.
  36.         This is one place where the "IP range definitions" system is
  37.         very useful.
  38.     </descrip>
  39.  
  40. <sect>Setting a comment
  41. <p>
  42.     For each IP range, you must define a comment clearly identifying the
  43.     range later.
  44.  
  45. <sect>Adding more IP ranges
  46. <p>
  47.     At first there is room only for one IP range (and one comment)
  48.     in the dialog. Using the button add will expand the dialog, each
  49.     time allowing one more range. There is no practical know limit to
  50.     this.
  51.  
  52. <sect>Deleting a range
  53. <p>
  54.     Just erase the content of the two lines defining the range
  55.     (the range itself and the comment) and use the <em/Accept/ button.
  56.  
  57. <sect>Adding a new entry in the <em/DNS/
  58. <p>
  59.     After setting up you IP ranges, you can go to the
  60.     <tt>Add/Edit host information</tt> menu. Every time you edit
  61.     one DNS entry, <em/Linuxconf/ will compute the first available
  62.     IP number for each IP range definition. These IP number will be
  63.     put in the combo box edit field. You will be able to pick an
  64.     available IP number without guessing from now on.
  65.  
  66. </article>
  67.  
  68.